VBTime is collection of time utilities I wrote in Visual Basic. It is a clock that displays the time and date when minimized, a single-event alarm clock and a stop watch. It is fairly easy to use - the alarm may be set by clicking on the alarm icon and entering the time in 24 hour format. Clicking the timer icon will reset the stopwatch.
There are a few anomalies I'd like to point out. First, when minimized, the time and date are displayed in the caption. The program will check the system every 15 seconds to update and therefore blink at the same interval. This is intentional. Second, the alarm will minimize any non-windows apps running when the alarm goes off. This is NOT intentional,
but is relatively purposeful so I didn't do anything about it.
This is a Visual Basic application. It requires VBRUN100.DLL to run, which may be downloaded from the MSLANG library (#6) on Compuserve.
Thanx to Microsoft for the "starting blocks"! The source code is available upon request. So if you use it - enjoy! Send any and all comments to:
Charles K. Snider
Compuserve (73730,1315)
Disclaimer: This runs on MY computer, but that doesn't mean it will run on YOUR computer. There are no warranties, etc.., express or implied. But seriously, it should run with out a hitch!
Copyrights: Windows and Visual Basic are registered trademarks of Microsoft.